home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / code / p_diskop.sit / Disk Instructions for Disk.pas next >
Pascal/Delphi Source File  |  1987-06-12  |  2KB  |  41 lines

  1.  
  2. DISCLAIMER: This is a free program.  You get what you pay for.
  3.  
  4. This was written in LightSpeed Pascal and portions are therefore certain
  5. portions are copyright Think Technologies, but who really cares?
  6.  
  7. What this thing does is take some of the guesswork out of making disks
  8. for other people.  Take, for example, the case where you have a big mess of
  9. MacPaint files on your hard disk in a folder or two and you want to put
  10. them onto a couple of disks and send them to someone or just to archive
  11. them in case of hardware failure.  You always seem to end up with 13K
  12. free and only 14K files left.  This program should help in that situation.  A
  13. warning, it expects to write to 800K disks, so if you only have 400K disks,
  14. you will have to mess with the source, which is included.
  15.  
  16. Simply make a text file of file names, followed by a tab, followed by the
  17. size of the file in bytes.  I know this sounds tough, but I can recommend a
  18. very nice program named CatMaker that does this very thing.  CatMaker is
  19. Shareware, so look for it wherever you got this thing.  You can deal with
  20. folders as well as files if you make sure that only the folder is present
  21. and not all the files in it.  CatMaker includes the folder and all it's files,
  22. so you may have to use a text editor (like the one you are using now) to
  23. edit out the files from inside the folder.  What do you expect for free?
  24.  
  25. So, run the application provided and pick the file you prepared.  It will read
  26. and sort the file and inform you if any files are too large to fit on a disk. 
  27. Then it will allow you to name the output file and it will create it.  The
  28. current limit is set to be 700 files.  If you want more you can change the
  29. source or try to bribe me.  There are some simple arrays in the code, but if
  30. you get fancy you can improve that.
  31.  
  32. It is up to you to do the actual copying, although I may be writing an MPW
  33. command procedure to do that and if I do I will probably turn this into an
  34. MPW tool.  If you are interested in such a beast, call or write.
  35.  
  36. Jon Pugh
  37. PO Box 5509 L-561
  38. Livermore, CA 94550
  39. (415) 423-4239
  40.  
  41.